html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  height: 100vh;
  background: #e4e4e4 !important; 
  margin: 0rem;
  padding-top: 100px;
  overflow-x: hidden;
}

* {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  user-select: none; /* Prevent text selection */
  -webkit-user-select: none; /* For Safari */
  -moz-user-select: none; /* For Firefox */
  -ms-user-select: none; /* For Internet Explorer/Edge */
}

.navbar {
  background-color: #e4e4e4 !important;
  border-bottom: 2px solid #3d3434 !important;
}

.navbar-brand h1 {
  color: #3d3434;
  font-family: "Gasoek One", sans-serif;
  font-size: 2rem;
}

.navbar-nav {
  gap: 2rem;
}

@media (min-width: 1200px) and (max-width: 1325px){
  .navbar-nav {
    gap: 0rem;
  }
}

.nav-link {
  color: #3d3434 !important;
}

.btn-custom {
  color: #fff !important;
  padding: 0.5rem 1rem;
}

.offcanvas-header {
	background-color: #e4e4e4;
}

.offcanvas-body {
	background-color: #e4e4e4;
  font-family: "Gasoek One Regular", sans-serif;
  font-weight: 100;
  font-size: 2rem;
  color: #3d3434;
}

@media (max-width: 1199px) {
  .offcanvas-body {
    justify-content: center;
  }
}

@media (min-width: 1200px){
  .offcanvas-body {
    justify-content: end;
  }
}

@media (min-width: 320px) and (max-width: 374px){
  .offcanvas-body a {
    font-size: 2rem;
    line-height: 0.8;
  }
}

@media (min-width: 375px) and (max-width: 424px){
  .offcanvas-body a {
    font-size: 2rem;
    line-height: 0.8;
  }
}

@media (min-width: 425px) and (max-width: 767px){
  .offcanvas-header img {
    width: 40px;
  }
  
  .offcanvas-body a {
    font-size: 3rem;
    line-height: 0.8;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .offcanvas-body a {
    font-size: 4rem;
    line-height: 0.8;
  }
}

@media (min-width: 1024px) and (max-width: 1199px){
  .offcanvas-body a {
    font-size: 6rem;
    line-height: 0.8;
  }
}

.modal-title {
  font-family: 'Gasoek One', sans-serif;
  font-size: 2rem;
  color: #3d3434;
}

.modal-body {
  font-family: 'Plus Jakarta Sans' sans-serif;
  font-size: 1rem;
  color: #3d3434;
}

/* CONTENT */
.hero {
  padding: 3rem 1rem;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 900;
  color: #3d3434;
}

.hero p {
  font-size: 1.5rem;
  color: #3d3434;
}

.filter-label {
  font-weight: 600;
  margin-top: 1rem;
}

.category-sidebar {
  border-right: 1px solid #ccc;
  padding: 1rem;
  color: #3d3434;
}

.scrolling-grid {
  flex: 1;
  overflow-y: auto;
}

.grid-card {
  border: 1px solid #555;
  background: #f5f5f5;
  padding: 1rem;
  height: 100%;
  text-align: center;
}

.grid-card img {
  width: 100%;
  max-width: 200px;     
  object-fit: cover;
  margin-bottom: 0.5rem;
  aspect-ratio: 1/1;
}

.grid-card h5 {
  font-weight: 800;
  font-size: 1.2rem;
}

.search-bar {
  max-width: 250px;
  margin-bottom: 1rem;
}

/* FOOTER */
.site-footer {
  background-color: #e4e4e4;
  border-top: 2px solid #3d3434;
  padding: 3rem 2rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-left li {
  font-size: 2rem;
  font-weight: 100;
  color: #3d3434;
  font-family: 'Gasoek One', sans-serif;
  line-height: 1.4;
  list-style: none;
  text-align: left;
}

.footer-center .footer-logo {
  width: 60px;
  height: 60px;
  border: 1px solid #3d3434;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #3d3434;
}

.footer-logo img {
  width: 100%;
  max-width: 150px;
}

.footer-right {
  text-align: center;
  color: #3d3434;
}

.social-icons {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.social-icons i {
  margin: 0 0.5rem;
  cursor: pointer;
}


@media (min-width: 320px) and (max-width: 374px){

}

@media (min-width: 375px) and (max-width: 424px){

}

@media (min-width: 425px) and (max-width: 767px){

}

@media (min-width: 768px) and (max-width: 1023px){

}

@media (min-width: 1024px) and (max-width: 1199px){

}

@media (min-width: 1200px) and (max-width: 1250px){

}

@media (min-width: 1251px) and (max-width: 1350px){

}


@media (min-width: 1351px) and (max-width: 1439px){

}